*{padding:0; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
html{}
body{color: #333;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:15px/1.5 Microsoft Yahei,微软雅黑,Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:15px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle;border:0;}
address,cite,code,em,th{ font-weight:normal; font-style:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none; color:#333;cursor:pointer;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.fl { float:left;}
.fr { float:right;}
@font-face {font-family: "Youshebiaotihei";src: url(../fonts/Youshebiaotihei.ttf);}
@font-face {font-family: "impact";src: url(../fonts/impact.ttf);}

/* 按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
input{ border-radius: 0; } 

/*修改placeholder的默认颜色*/
::-webkit-input-placeholder{
  color:#aaa;
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#aaa;
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#aaa;
}
:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#aaa;
}

.fl { float:left;}
.fr { float:right;}
/* 设置滚动条的样式 */
::-webkit-scrollbar { width:3px;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color:#00479d; border-radius:0px;}
::-webkit-scrollbar-thumb { background-color:#f0f0f0;} /* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive { background-color:#f0f0f0;} /* 滚动条滑块点击状态 */

.w1200 { width: 1200px; margin: 0 auto; }
@media screen and (max-width:1200px) {
.w1200 { width: 96%; }
}
/**top start**/
.ly_top { width: 100%; height: auto; margin: 0 auto; padding: 0 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; position: relative; }
.ly_top i.tpbgfl { display: block; width: 50%; height: 100px; overflow: hidden; margin: 0 460px 0 0; padding: 0;position: absolute; right: 50%; top: 0; }
.ly_top .lytop_main { width: 100%; max-width: 1400px; height: 100px; margin: 0 auto; padding: 0; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.lytop_main .ly_logo { width: 24%; height: 68px; margin: 15px 0; padding: 0; float: left; }
.ly_logo a { display: table-cell; vertical-align: middle; width: 100%; height: 68px; overflow: hidden; margin: 0; padding: 0; }
.ly_logo a img.logo1 { display: inline-block; max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0; }
.ly_logo a img.logo2 { display: none; }
.lytop_right { float: right; width: 68%; }
.ly_nav {width: calc(100% - 180px); margin: 0; padding: 0; float: left; }
.nav_item { position: relative; margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; float: left; width: 12%; margin-right:2.2%; }
.nav_item:last-child { margin: 0; }
.nav_item:hover { }
.nav { width: 100%; height: 90px; margin: 0 auto; padding: 0; position: relative; }
.nav_item > a { display: block; width: 100%; height: 70px; line-height: 70px; color: #333; font-size: 16px; text-align: center; padding: 15px 0; -webkit-transition: all .4s; transition: all .4s; position: relative; }
.nav_item > a em { display: block; width: 0; height: 3px; overflow: hidden; margin: 0; background-color: #00479d; position: absolute; top: 0; left: 50%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; }
.nav_item:hover > a, .nav_item > a.navon { color: #00479d; background: linear-gradient(#b8cce4 0%, #e1e9f3 20%, #fff 100%); }
.nav_item:hover > a em, .nav_item > a.navon em { width: 100%; left:0;}
.fxd .nav_item > a, .subMenu:hover .nav_item > a { color: #333; }
.fxd .nav_item > a em, .subMenu:hover .nav_item > a em { background-color: #00479d; }
.fxd .nav_item:hover > a, .fxd .nav_item > a.navon, .subMenu:hover .nav_item:hover > a, .subMenu:hover .nav_item > a.navon { color: #00479d; }
.menu_open { display: none; }
.nav_item_open { width: 140%; height: auto; position: absolute; left: -20%; top: 100px; z-index: 10; background-color: #fff; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
.ny_top .nav_item_open { background-color: #fff; }
.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.subopen { display: none; }
.nav_item2 { width: 100%; }
.nav_item2 a { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; padding: 0 10px; color: #666; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.ny_top .nav_item2 a { color: #565656; }
.nav_item2:hover a { background-color: #e64b4b; color: #fff; }
.hcover { display: none; }
.lyTop_tel { width:166px; height: 40px; overflow: hidden; line-height: 40px; color: #00479d; font-size: 20px; font-weight: bold; margin: 30px 0; padding: 0 0 0 28px; background: url(../images/top_tel.png) center left no-repeat; background-size: 25px 24px; float: right; }
.ly_search { display: none; }
@media screen and (max-width:1600px) {
.ly_top .lytop_main { width: 96%; }
.lytop_right { width: 70%; }
.ly_top i.tpbgfl { margin: 0 420px 0 0; }
}
@media screen and (max-width:1450px) {
.ly_top .lytop_main { width: 95%; }
.ly_top i.tpbgfl { margin: 0 370px 0 0; }
.lytop_right { width: 70%; }
}
@media screen and (max-width:1299px) {
.ly_top i.tpbgfl { margin: 0 300px 0 0; }
.nav_item > a { font-size: 16px; }
.nav_item:first-child { width: 8%; }
.lytop_right { width: 70%; }
}
@media screen and (max-width:1199px) {
.lytop_right { width: 72%; }
}
@media screen and (max-width:1080px) {
.ly_top .lytop_main { height: 80px; }
.ly_top i.tpbgfl { margin: 0 100px 0 0; height: 80px; }
.ly_logo a img.logo1 { height: 60px; }
.lytop_main .ly_logo { margin: 10px 0 0; width: 62%; height: 60px; }
.ly_logo a { display: inherit; height: auto; }
.menu_open { display: block; float: right; width: 40px; height: 40px; padding: 5px 0; border: 1px solid #eaeaea; position:absolute; top: 19px; right: 3%; box-sizing: border-box; z-index: 999999; cursor: pointer }
.menu_open i { height: 2px; width: 50%; background-color: #00479d; display: block; margin: 5px auto; }
.menu_open:active { background-color: #00479d; border: 1px solid #00479d; }
.menu_open:active i { background-color: #fff; }
.lyTop_tel { display: none; }
.ly_nav { height: 0; }
.nav { width: 100%; height: 100%; position: fixed; top: 0; left: -100%; z-index: 9999999; transition: 0.5s; -webkit-transition: 0.5s; }
.nav.open { left: 0; }
.hcover { display: block; width: 100%; height: 100%; background: rgba(0,0,0,.5); position: absolute; left: -100%; top: 0; z-index: 9999998; transition: 0.5s; -webkit-transition: 0.5s; }
.nav.open .hcover { left: 0; }
.nav_ul { margin: 0; width: 50%; background-color: #00479d; height: 100%; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding-top: 10px; text-align: left; display: block; left: 0; position: relative; z-index: 9999999; }
.nav_item { float: none; margin: 0; width: 100%; position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(255,255,255,.2); }
.nav_item > a { display: block; height: 70px; line-height: 70px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin: 0; font-size: 15px; color: #fff !important; padding: 0 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.nav_item > a:active { background-color: #00479d; }
.nav_item > a:after { display: none; }
.nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 100%; height: 100%; display: block; }
.nav_item i:after { content: ''; display: block; width: 8px; height: 8px; margin-bottom: -4px; border: 1px solid rgba(255,255,255,.5); border-top: 0; border-left: 0; position: absolute; bottom: 50%; right: 22px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: #00479d; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; border-top: none; }
.subopen { display: block; }
.subopen a { display: block; overflow: hidden; margin: 0; padding: 15px; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; color: rgba(255,255,255,.8); background: rgba(0,0,0,.1); text-indent: 30px; position: relative; }
.subopen a:before { content: ''; display: block; width: 8px; height: 8px; position: absolute; bottom: 50%; left: 22px; margin-bottom: -4px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255,255,255,.5); border-right: 0; border-bottom: 0; }
.nav_item2 { position: relative; }
.nav_item2 a { width: 100%; display: block; line-height: 30px; height: 50px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: hidden; margin: 0; padding: 10px; white-space: nowrap; text-overflow: ellipsis; color: #fff; font-size: 14px; }
.nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(0,0,0,.1); }
.nav_item > a:hover, .nav_item > a.navon { background: none; }
.nav_item:first-child { width: 100%; }
}
@media (max-width: 767px) {
.ly_top i.tpbgfl { display: none; }
.lytop_main .ly_logo { margin: 15px 0 0; }
.ly_logo a img.logo1 { height: 50px; }
}
/**top end**/

/* banner 开始 */
.apple-banner { width: 100%; height: 500px; overflow: hidden; }
.apple-banner .swiper-container1 { width: 100%; height: 500px; position: relative; }
.apple-banner .swiper-container1 .swiper-button-prev, .apple-banner .swiper-container1 .swiper-button-next { width: 15%; height: 100%; top: 0; background: none; margin: 0; }
.apple-banner .swiper-container1 .swiper-button-prev { left: 0; }
.apple-banner .swiper-container1 .swiper-button-next { right: 0; }
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { display: block; width: 40px; height: 40px; position: absolute; top: 50%; margin-top: -32px; border-radius: 100%; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
.apple-banner .swiper-button-prev span { background: rgba(0,0,0,0.3) url(../images/jt01.png) center center no-repeat; left: 20px; }
.apple-banner .swiper-button-next span { background: rgba(0,0,0,0.3) url(../images/jt02.png) center center no-repeat; right: 20px; }
.apple-banner .swiper-button-prev:hover span, .apple-banner .swiper-button-next:hover span { opacity: .7; }
/*分页器*/
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction { top: auto; bottom: 40px; }
.apple-banner .swiper-pagination-bullet { display: inline-block; width: 15px; height: 15px; background: none; border: 1px solid #fff; margin: 0 4px; cursor: pointer; border-radius: 0; opacity: 1; border-radius: 50%; }
.apple-banner .swiper-pagination-bullet-active { background: #fff; }
@media screen and (max-width:1499px) {
.apple-banner { height:400px; }
.apple-banner .swiper-container1 { height: 400px; }
}
@media screen and (max-width:1299px) {
.apple-banner { height:300px; }
.apple-banner .swiper-container1 { height: 300px; }
}
@media screen and (max-width:1023px) {
.apple-banner { height: 250px; }
.apple-banner .swiper-container1 { height: 250px; }
}
@media screen and (max-width:768px) {
.apple-banner { height:200px; }
.apple-banner .swiper-container1 { height: 200px; }
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction { bottom: 10px; }
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { width: 44px; height: 44px; }
.apple-banner .swiper-button-prev span { left: 10px; }
.apple-banner .swiper-button-next span { right: 10px; }
.apple-banner .swiper-pagination { bottom: 12px; }
.apple-banner .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 2px; }
.apple-banner .swiper-pagination-bullet span { width: 10px; height: 10px; }
.apple-banner .swiper-pagination-bullet i { height: 10px; }
}
@media screen and (max-width:600px) {
.apple-banner { height:180px; }
.apple-banner .swiper-container1 { height: 180px; }
}
@media screen and (max-width:500px) {
.apple-banner { height: 150px; }
.apple-banner .swiper-container1 { height: 150px; }
}
@media screen and (max-width:375px) {
.apple-banner { height: 130px; }
.apple-banner .swiper-container1 { height: 130px; }
}
@media screen and (max-width:320px) {
.apple-banner { height: 130px; }
.apple-banner .swiper-container1 { height: 130px; }
}
/* banner 结束 */

/*热门关键词&搜索 开始*/
.ly_hotkw_search { width: 100%; height: 90px; margin: 0 auto; padding: 0; background-color: #ffffff; position: relative; z-index: 9; }
.ly_hotkw_search .hotkw_search { height: 100%; overflow: hidden; margin: 0 auto; padding: 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.hotkw_search .hotkw_left { float: left; width: 66%; height: 55px; overflow: hidden; color: #797979; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; margin: 0; padding: 0; background: url(../images/hot.png) 0 0 no-repeat; padding-left: 29px; margin-top: 35px; }
.hotkw_search .hotkw_left span { color: #333; font-weight: bold; display: inline-block; margin-right: 20px; }
.hotkw_search .hotkw_left a { display: inline-block; color: #999; border-right: 1px solid #d6d6d6; padding: 0 20px; text-align: center; }
.hotkw_search .hotkw_left a:hover { color: #00479d; }
.hotkw_search .search_right { float: right; width: 30%; height: 50px; overflow: hidden; margin: 20px 0 0 0; padding: 0 68px 0 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.hotkw_search .search_right .sc_ipt { width: 100%; height: 50px; overflow: hidden; margin: 0; padding: 0; }
.hotkw_search .search_right .sc_ipt input { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #ccc; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; border: 1px solid #ccc; border-right: 0; outline: none; margin: 0; padding: 0 9px 0 17px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.hotkw_search .search_right .sc_btn { width: 80px; height: 50px; overflow: hidden; margin: 0; padding: 0; position: absolute; top: 0; right: 0; }
.hotkw_search .search_right .sc_btn input { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 16px; text-align: center; background-color: #00479d; border: none; outline: none; cursor: pointer; border-radius: 0; font-weight: bold; }
.ny_hotkw_search{width: 100%; height: 90px; margin: 0 auto; padding: 0; background-color: #ffffff; position: relative; z-index: 9; border-bottom:1px solid #ddd;}
.ny_hotkw_search .nyhotkw_left{ width:65%; float:left; height:55px; margin-top:35px;}
.ny_hotkw_search p { font-size:16px; color:#666;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.ny_hotkw_search p a{ color: #666;} 
.ny_hotkw_search p img.Crumb { display:inline-block; width:18px; height:18px; vertical-align:middle; margin:-2px 6px 0 0;}
.ny_hotkw_search p img.CrumbJt { display:inline-block; width:12px; height:12px; vertical-align:middle; margin:-2px 8px 0;}
.ny_hotkw_search .search_right { float: right; width: 30%; height: 50px; overflow: hidden; margin: 20px 0 0 0; padding: 0 68px 0 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ny_hotkw_search .search_right .sc_ipt { width: 100%; height: 50px; overflow: hidden; margin: 0; padding: 0; }
.ny_hotkw_search .search_right .sc_ipt input { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #ccc; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; border: 1px solid #ccc; border-right: 0; outline: none; margin: 0; padding: 0 9px 0 17px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ny_hotkw_search .search_right .sc_btn { width: 80px; height: 50px; overflow: hidden; margin: 0; padding: 0; position: absolute; top: 0; right: 0; }
.ny_hotkw_search .search_right .sc_btn input { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 18px; text-align: center; background-color: #00479d; border: none; outline: none; cursor: pointer; border-radius: 0; font-weight: bold; }
@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
}
@media screen and (max-width:1023px) and (min-width:768px) {
.hotkw_search .hotkw_left { display: none; }
.hotkw_search .search_right { width: 100%; }
.hotkw_search .search_right .sc_btn { width: 150px; }
.ny_hotkw_search{ height:auto; padding: 0 0 25px;}
.ny_hotkw_search .nyhotkw_left{ width:100%; margin-top:20px; height:40px;}
.ny_hotkw_search .search_right{ width:100%; margin:0;}
}
@media screen and (max-width:767px) {
.ly_hotkw_search{ height:60px;}
.hotkw_search .hotkw_left { display: none;}
.hotkw_search .search_right { width: 100%; height: 40px; margin: 10px 0 0 0;}
.hotkw_search .search_right .sc_ipt { height: 40px; }
.hotkw_search .search_right .sc_ipt input { height: 40px; line-height: 40px; font-size: 14px; }
.hotkw_search .search_right .sc_btn { height: 40px; }
.hotkw_search .search_right .sc_btn input { height: 40px; line-height: 40px; }
.hotkw_search .search_right .sc_btn input { font-size: 15px; }
.ny_hotkw_search{ height:auto; padding: 0 0 15px;}
.ny_hotkw_search .nyhotkw_left{ width:100%; margin-top:15px; height:35px;}
.ny_hotkw_search .search_right{ width:100%; margin:0;}
.ny_hotkw_search p{ font-size:14px;}
.ny_hotkw_search .search_right .sc_ipt { height: 45px; }
.ny_hotkw_search .search_right .sc_ipt input{ height:45px; line-height:45px; font-size:15px;}
.ny_hotkw_search .search_right .sc_btn { height: 45px; }
.ny_hotkw_search .search_right .sc_btn input { height: 45px; line-height: 45px; }
.ny_hotkw_search .search_right .sc_btn input { font-size: 16px; }
}
/*热门关键词&搜索 结束*/

/*首页产品展示*/
.h_product_box{padding-top: 50px;padding-bottom: 40px; background:url(../images/pro_bg.jpg) repeat;}
.h_public_title{text-align:center;margin-bottom:30px;}
.h_public_title p{font-size: 30px;color: #292c31;font-weight: bold;}
.h_public_title p em{font-style:normal;font-size: 30px;color: #0063b9;font-weight: bold;}
.h_public_title span{display:block;font-size: 15px;color: #777777;margin: 4px 0;text-transform : uppercase}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {
	.h_product_box {padding: 40px 0;}
	.h_public_title p{font-size:26px;}
	.h_public_title p em{font-size:26px;}
	
}
@media screen and (max-width:800px) {
.h_public_title { margin:0 auto 20px;}
}
@media screen and (max-width:767px) {
	.h_product_box {padding-top:30px;padding-bottom:15px;}
	.h_public_title p{font-size:26px;}
	.h_public_title p em{font-size:26px;}
}

/*产品分类*/
.h_product_box .h_left{width:23%;float:left;background:#FFF;overflow:hidden;margin-right:18px;}
.cp_type .hd{text-align:center;background:#0063b9;padding:14px 3%;}
.cp_type .hd p{font-size:28px;font-weight:bold;color:#fff;}
.cp_type .hd p:before{content:'';display:inline-block;width:28px;height:28px;background:url(../images/mulu_tlt.png) center center no-repeat;margin-right:5px;vertical-align:middle;margin-top:-3px;}
.cp_type .hd span{display:block;font-size:12px;color:#fff;text-transform:uppercase;}
.cp_type .bd{ padding-bottom:20px;}
.cp_type .bd ul li{margin-bottom:1px; border-bottom:1px solid #dfdfdf;}
.cp_type .bd ul li p{background:#fff;height:60px;line-height:60px;}
.cp_type .bd ul li p a{font-size:16px;color:#333;display:block;width:74%;padding:0 0 0 6%;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;float:left;}
.cp_type .bd ul li p span{display:block;width:20%;height:100%;background:url(../images/mulu1.png) center center no-repeat;cursor:pointer;float:left;}
.cp_type .bd ul li div{background:#fff;display:none;}
.cp_type .bd ul li div a{display:block;height:50px;line-height:50px;color:#666;font-size:15px;border-top:1px solid #e7e5e5;padding:0 10% 0 10%;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background:url(../images/icon2.png) 6% center no-repeat;}
.cp_type .bd ul li div a:first-child{border-top:0;}
.cp_type .bd ul li p:hover,.cp_type .bd ul li.on p{background:#107bd8;}
.cp_type .bd ul li p:hover a,.cp_type .bd ul li.on p a{color:#fff;}
.cp_type .bd ul li p:hover span{background:url(../images/mulu2.png) center center no-repeat;}
.cp_type .bd ul li.on p span{background:url(../images/mulu3.png) center center no-repeat;}
.cp_type .bd ul li div a:hover{color:#0063b9;background:url(../images/icon3.png) 6% center no-repeat;}
.cp_type .bd a.pro_ckqb{display:block;height:34px;line-height:34px;font-size:16px;color:#fff;background:#30b6f5;width:100%;margin:10px auto;text-align:center;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.cp_type .bd a.pro_ckqb:hover{background:#0685b7;color:#fff;}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:1024px) {
.h_product_box .h_left{width:26%;}
	.cp_type .hd p{font-size:24px;}
	.cp_type .bd ul li p a{font-size:15px;}
	.cp_type .bd ul li div a{font-size:14px;}
	.cp_type .bd ul li p{height:48px;line-height:48px;}
	.cp_type .bd ul li div a{height:44px;line-height:44px;}
	.cp_type .bd ul li p span{background-size: 16px;}
	.cp_type .bd ul li.on p span{background-size: 16px;}
	.cp_type .bd ul li p:hover span{background-size: 16px;}
	.cp_type .hd p:before{display:none;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.h_product_box .h_left{width:100%; margin-bottom:20px;}
	.cp_type .hd p:before{display:none;}
	.cp_type .hd{background:#0063b9 url(../images/down.png) 94% center no-repeat;padding: 18px 3%;text-align:left;overflow:hidden;}
	.cp_type .hd.on{background:#0063b9 url(../images/up.png) 94% center no-repeat;}
	.cp_type .hd span{display:none;}
	.cp_type .hd p{padding:0 2%;display:block;font-weight:normal;font-size:22px;float:left;line-height:24px;min-width:68px; font-weight:bold;}
	.cp_type .bd{display:none;}
	.cp_type .bd ul li p a{font-size:15px;}
	.cp_type .bd ul li div a{font-size:14px;}
	.cp_type .bd ul li p{height:48px;line-height:48px;}
	.cp_type .bd ul li div a{height:44px;line-height:44px;}
	.cp_type .bd ul li p span{background-size: 20px;}
	.cp_type .bd ul li.on p span{background-size: 20px;}
	.cp_type .bd ul li p:hover span{background-size: 20px;}
	
}
@media screen and (max-width:767px) {
	.h_product_box .h_left{width:100%; margin-bottom:20px;}
	.cp_type .hd p:before{display:none;}
	.cp_type .hd{background:#0063b9 url(../images/down.png) 94% center no-repeat;padding: 18px 3%;text-align:left;overflow:hidden;}
	.cp_type .hd.on{background:#0063b9 url(../images/up.png) 94% center no-repeat;}
	.cp_type .hd span{display:none;}
	.cp_type .hd p{padding:0 2%;display:block;font-weight:normal;font-size:22px;float:left;line-height:24px;min-width:68px; font-weight:bold;}
	.cp_type .bd{display:none;}
	.cp_type .bd ul li p a{font-size:15px;}
	.cp_type .bd ul li div a{font-size:14px;}
	.cp_type .bd ul li p{height:48px;line-height:48px;}
	.cp_type .bd ul li div a{height:44px;line-height:44px;}
	.cp_type .bd ul li p span{background-size: 20px;}
	.cp_type .bd ul li.on p span{background-size: 20px;}
	.cp_type .bd ul li p:hover span{background-size: 20px;}
}

/*右侧产品展示*/
.h_product_box .h_right{width:75%;float:right;}
.h_product_box .h_pro_list li{width:31.333333%;margin-right:3%;margin-bottom:25px;transition:all .3s;float:left;}
.h_product_box .h_pro_list li:nth-child(3n){margin-right:0;}
.h_product_box .h_pro_list li .pic{display:block;height:240px; background:#fff;text-align:center;position:relative;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;overflow:hidden;}
.h_product_box .h_pro_list li .pic:after{content:'';display:block;opacity:0; width:100%;height:100%;background:rgba(0,71,157,.8) url(../images/pro_hover.png) 10% center no-repeat;position:absolute;top:0;left:0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.h_product_box .h_pro_list li .pic img{max-width:95%;max-height:95%;vertical-align:middle;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .6s;transition: all .6s;}
.h_product_box .h_pro_list li .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_product_box .h_pro_list li .tlt{display:block;text-align:center;height:45px;line-height:45px;color:#666;background:#ccc; font-size:16px; font-weight:bold;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;padding:0 5%;}
.h_product_box .h_pro_list li:hover .tlt{color:#fff;background:#ff8f0b;}
.h_product_box .h_pro_list li:hover .pic:after{opacity:1;background:rgba(0,71,157,.8) url(../images/pro_hover.png) center center no-repeat;}
.h_product_box .h_pro_list li:hover .pic img{transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.h_product_box{padding-top: 26px;padding-bottom: 15px;}
	.h_product_box .h_pro_list li .pic{height:186px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.h_product_box .h_right{width:71%;}
	.h_pro_tj_scoll .swiper-container2 .swiper-slide .pic{height:190px;}
	.h_pro_tj_scoll .swiper-container2 .swiper-slide .wz .tlt{font-size:20px;}
	.h_pro_tj_scoll .item{padding: 20px;}
	.h_pro_tj_scoll .swiper-container2 .swiper-slide .wz p{font-size: 14px;line-height: 26px;height: 76px;}
	.h_pro_tj_scoll .swiper-container2 .swiper-slide .wz a.more{width: 170px;height: 36px;line-height: 36px;}
	.h_pro_tj_scoll .swiper-button-prev2, .h_pro_tj_scoll .swiper-button-next2 { display:none;}
	
	.h_product_box .h_pro_list li .pic{height:140px;}
	.h_product_box .h_pro_list li .tlt{height:36px;line-height:36px;font-size:14px;}
	.h_product_box .h_pro_list li{margin-bottom:18px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.h_product_box .h_right{width:100%;}
	.h_product_box .h_pro_list li{width:48.5%;}
	.h_product_box .h_pro_list li:nth-child(2n){margin-right:0;}
	.h_product_box .h_pro_list li:nth-child(3n){margin-right:3%;}
	.h_product_box .h_pro_list li:nth-child(6n){margin-right:0;}
	.h_product_box .h_pro_list li .pic{height:240px;}
	.h_product_box .h_pro_list li .tlt{height:40px;line-height:40px;font-size:14px;}
	
	.h_pro_tj_scoll .swiper-container2 .swiper-slide .pic{width:100%; height:400px; float:none;border-top:0;border-left:0;border-right:0;margin-bottom:15px;}
	.h_pro_tj_scoll .swiper-container2 .swiper-slide .wz{width:94%;float:none;padding:0 3%;}
	.h_pro_tj_scoll .swiper-container2 .swiper-slide .wz p { height:auto;}
	.h_pro_tj_scoll .swiper-button-prev2, .h_pro_tj_scoll .swiper-button-next2 { display:none;}
	.h_pro_tj_scoll .item{padding: 20px 0;}
	.h_pro_tj_scoll .swiper-container2 .swiper-slide .wz .tlt{font-size:22px;}
	.h_pro_tj_scoll .swiper-container2 .swiper-slide .wz a.more{height:40px;line-height:40px;font-size:14px;}
}
@media screen and (max-width:767px) {
	.h_product_box .h_right{width:100%;}
	.h_product_box .h_pro_list li{width:48.5%;}
	.h_product_box .h_pro_list li:nth-child(2n){margin-right:0;}
	.h_product_box .h_pro_list li:nth-child(3n){margin-right:3%;}
	.h_product_box .h_pro_list li:nth-child(6n){margin-right:0;}
	.h_product_box .h_pro_list li .pic{height:160px;}
	.h_product_box .h_pro_list li .tlt{height:40px;line-height:40px;font-size:14px;}
	
	.h_pro_tj_scoll .swiper-container2 .swiper-slide .pic{width:100%;float:none;border-top:0;border-left:0;border-right:0;margin-bottom:15px;}
	.h_pro_tj_scoll .swiper-container2 .swiper-slide .wz{width:94%;float:none;padding:0 3%;}
	.h_pro_tj_scoll .swiper-container2 .swiper-slide .wz p { height:auto;}
	.h_pro_tj_scoll .swiper-button-prev2, .h_pro_tj_scoll .swiper-button-next2 { display:none;}
	.h_pro_tj_scoll .item{padding: 20px 0;}
	.h_pro_tj_scoll .swiper-container2 .swiper-slide .wz .tlt{font-size:22px;}
	.h_pro_tj_scoll .swiper-container2 .swiper-slide .wz a.more{height:40px;line-height:40px;font-size:14px;}
}

/*关于我们 开始*/
.lyIdx_About { width:100%; overflow:hidden;padding:70px 0 80px;background:url(../images/AbBg.jpg) center center no-repeat; background-size:cover; position:relative;}
.lyIdx_About .h_public_title p{ color:#fff;}
.lyIdx_About .h_public_title span{ color:rgba(255,255,255,.45);}
.lyIdx_About .lyIdxAbout { width:100%; height:auto; overflow:hidden; margin:0 auto;}
.lyIdxAbout .lyIdxAbout_Main { overflow:hidden;padding:11px; border:1px solid #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxAbout_Main .lyIdxAbout_Con { width:100%; overflow:hidden; margin:0 auto; padding:40px 80px; background-color:rgba(255,255,255,0.9); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxAbout_Con a.idxAb_Name { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:18px; font-weight:bold; text-align:center; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0;}
.lyIdxAbout_Con a.idxAb_Name:hover { color:#00a9a7;}
.lyIdxAbout_Con .idxAb_Con { width:100%; height: 120px; overflow:hidden; line-height:30px; color:#555; font-size:16px; text-align:center; margin:20px auto;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.idxAb_Con p { width:100%; overflow:hidden; line-height:30px; color:#666; font-size:16px; text-align:center; margin:0 auto; padding:0;}
.lyIdxAbout_Con a.idxAb_Btn { display:block; width:120px; height:30px; overflow:hidden; line-height:28px; color:#fff; font-size:15px; text-align:center; background-color:#00479d; border-radius:15px; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxAbout_Con a.idxAb_Btn:hover{background-color:#ff8f0b;}
@media screen and (max-width:1080px) {
	.lyIdxAbout_Main .lyIdxAbout_Con{padding: 30px 40px;}
	.lyIdx_About{padding:50px 0 60px;}
}
@media screen and (max-width:767px) {
	.lyIdx_About{padding:30px 0 40px;}
	.lyIdxAbout_Main .lyIdxAbout_Con{padding: 30px;}
	.lyIdxAbout_Con .idxAb_Con { height:auto; min-height:120px; max-height:270px;-webkit-line-clamp: 9;}
}
/*关于我们 结束*/

/*推荐产品*/
.tjpro_box{ padding:50px 0;}
.tjpro_box .scoll{ position: relative;}
.tjpro_box .ind_tjpro{ overflow:hidden; min-height:220px;}
.tjpro_box .swiper-button-prev2,.tjpro_box .swiper-button-next2{ position:absolute; display:block; width:44px; height:44px; border-radius:50%; background: #ccc url(../images/nextjt.png) center no-repeat; top:50%; transform:translateY(-50%);right:-70px;}
.tjpro_box .swiper-button-next2:hover{background: #ff8f0b url(../images/nextjt.png) center no-repeat;}
.tjpro_box .swiper-button-prev2{background: #ccc url(../images/prevjt.png) center no-repeat; left:-70px; right:auto;}
.tjpro_box .swiper-button-prev2:hover{background: #ff8f0b url(../images/prevjt.png) center no-repeat;}
.tjpro_box .h_pro_list li{ margin-bottom:0;}
@media screen and (max-width:1360px) {
   .tjpro_box .scoll{width: calc(100% - 140px); margin:0 auto;}
}
@media screen and (max-width:1080px) {
	.tjpro_box{ padding:40px 0;}
	.tjpro_box .ind_tjpro{ min-height:100px;}
}
@media screen and (max-width:767px) {
   .tjpro_box .scoll{width: calc(100% - 70px);}
   .tjpro_box .swiper-button-prev2,.tjpro_box .swiper-button-next2{ width:30px; height:30px; background-size:15px 15px;}
   .tjpro_box .swiper-button-prev2:hover,.tjpro_box .swiper-button-next2:hover{background-size:15px 15px;}
   .tjpro_box .swiper-button-prev2{ left:-35px;}
   .tjpro_box .swiper-button-next2{right:-35px;}
}
@media screen and (max-width:413px) {
	.h_product_box .h_pro_list li,.h_product_box .h_pro_list li:nth-child(2n),.h_product_box .h_pro_list li:nth-child(3n){ margin-right:0;}
}

/*首页新闻中心*/
.h_news_box{ width:100%;padding:60px 0;}
.h_news .news02-til { width:100%; background:url(../images/news_bt_bg.jpg) repeat-x;height:48px; line-height:48px; border:1px solid #e7e7e7;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
.h_news .news02-til .h2 { font-size: 20px; color: #000; font-weight: normal;line-height:48px; }
.h_news .news02-til .h2 b{ float:left;margin-left:20px;}
.h_news .news02-til .h2 a{ float:right;}
.h_news .news02-til .h2 a img{ display:block;margin:10px 10px 0 0;}
.h_news .h_news_l {width: 48.5%;padding: 0;min-height:300px;}
.h_news .n_con{width:100%;background:#fff;display:inline-block;padding: 3% 0 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;max-height: 617px;}
.h_news .n_con dl {margin-bottom:10px;background: #f4f4f4;padding: 2%; overflow:hidden;}
.h_news .n_con dl dt {width: 35%;height:128px;position:relative;}
.h_news .n_con dl dt img { max-width: 100%; max-height: 100%; display:block; position:absolute; margin:auto; left:0; right:0; bottom:0; top:0; }
.h_news .n_con dl dd {width: 62%;overflow: hidden;}
.h_news .n_con dl dd .news_tlt a { display: block; font-size: 18px; color: #333; height: 40px; line-height: 40px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.h_news .n_con dl dd .news_tlt a:hover { color: #0063b9;}
.h_news .n_con dl dd p {width: 100%;height: 48px;overflow: hidden;line-height: 24px;color: #666;font-size: 14px;text-align: justify;margin: 5px auto 10px;padding: 0;position: relative;}
.h_news .n_con dl dd span { display: block; width: 100%; height: 20px; overflow: hidden; line-height: 20px; color: #aaa; font-size: 14px; margin: 0 auto; padding: 0; }
.h_news .n_con dl dd span a { display: block; height: 20px; overflow: hidden; line-height: 20px; color: #0f7adb; font-size: 15px; text-align: center; background-color: #fff; margin: 0; padding: 0; float: right; }
.h_news .n_con ul li {height: 50px;line-height: 50px;overflow: hidden;background:url(../images/news_ico.png) no-repeat 3px center;color: #6e6b6b;margin: 0 20px 0 0;padding: 0 0 0 40px;float: left;width: 100%;border-bottom: 1px dotted #e1e1e1;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.h_news .n_con ul li a {color: #666;font-size: 15px;display: block;overflow: hidden;width: 70%;white-space: nowrap;text-overflow: ellipsis;}
.h_news .n_con ul li span { color: #999; font-size:15px; }
.h_news .n_con ul li a:hover{ color:#0063b9;}
.h_news .n_con ul li:hover {background:url(../images/news_hover_ico.png) no-repeat 3px center;}

.h_news .h_news_r{width: 48.5%;padding:0;min-height:300px;}
.h_news .h_article_in{width:100%;background:#fff;display:inline-block;padding: 3% 0 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;max-height: 617px;}
.h_news .h_article_in dl {height: 130px; margin-bottom:10px;background: #f4f4f4;padding: 2%;}
.h_news .h_article_in dl dt {width: 35%;height:128px;position:relative;}
.h_news .h_article_in dl dt img { max-width: 100%; max-height: 100%; display:block; position:absolute; margin:auto; left:0; right:0; bottom:0; top:0; }
.h_news .h_article_in dl dd {width: 62%;overflow: hidden;}
.h_news .h_article_in dl dd .news_tlt a { display: block; font-size: 18px; color: #333; height: 40px; line-height: 40px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.h_news .h_article_in dl dd .news_tlt a:hover { color: #0063b9;}
.h_news .h_article_in dl dd p {width: 100%;height: 48px;overflow: hidden;line-height: 24px;color: #666;font-size: 14px;text-align: justify;margin: 5px auto 10px;padding: 0;position: relative;}
.h_news .h_article_in dl dd span { display: block; width: 100%; height: 20px; overflow: hidden; line-height: 20px; color: #aaa; font-size: 14px; margin: 0 auto; padding: 0; }
.h_news .h_article_in dl dd span a { display: block; height: 20px; overflow: hidden; line-height: 20px; color: #0f7adb; font-size: 15px; text-align: center; background-color: #fff; margin: 0; padding: 0; float: right; }

.h_news .h_article_in ul li{background:#f8f8f8;margin:0 0 15px 0;width:100%;padding: 3% 4%;box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.h_news .h_article_in ul li p a{font-size:16px;color:#333;overflow: hidden; text-overflow: ellipsis; white-space:nowrap; display:block; width:70%; float:left;}
.h_news .h_article_in ul li span{display:block;font-size:14px;color:#777;line-height:23px;padding:10px 0;height:38px;overflow:hidden; clear:both;}
.h_news .h_article_in ul li em{ float:right;color:#999;font-size:14px;font-style:normal;padding-top:5px;}
.h_news_box .h_article_in ul li:hover p a{color: #fff;}
.h_news_box .h_article_in ul li:hover { background:#0063b9;}
.h_news_box .h_article_in ul li:hover span{ color:#fff;}
.h_news_box .h_article_in ul li:hover em{ color:#fff;}
@media screen and (max-width:1079px) and (min-width:768px) {
	.h_news_box{ padding:30px 0;}
}
@media screen and (max-width:767px) {
	.h_news_box{ padding:30px 0;}
	.h_news .h_news_l{ float:none; width:100%;}
	.h_news .h_news_r{ float:none; width:100%; margin-top:20px;}
	.h_news .n_con ul li a { width:70%;}
	.h_news .h_article_in ul li:last-child{ margin-bottom:0;}

}

/*首页横幅*/
.indyoubg{width: 100%;overflow: hidden;}
.indyoubg img{width:100%; height:145px;object-fit: cover;}
@media screen and (max-width:1200px) {
	.indyoubg{ display:none;}
}
/*首页优势*/
.youbgcp{ padding:60px 0; overflow:hidden;}
.youbgcpz{ float:left; background:url(../images/youbgcp.jpg) center; no-repeat;height:343px;width:557px; background-size:cover;}
.youbgcpy{float: right;width:44%;}
.youbgcpy span{ display:block; margin-bottom:20px;font-size: 24px;}
.youbgcpy span b{color: #ff7f24;font-size: 30px;}
.youshi1{background: url(../images/you1bg.jpg) no-repeat left top;padding-left: 73px;padding-bottom:20px;}
.youshi1:hover{background: url(../images/you1bghover.jpg) no-repeat left top;padding-left: 73px;padding-bottom: 25px;}
.youshi1:hover span,.youshi2:hover span,.youshi3:hover span{color: #ff7f24;font-size: 14px;}
.youshi1 span,.youshi2 span,.youshi3 span{color: #999999;font-size: 14px;}
.youship{color: #333333;font-size: 20px;line-height: 30px;font-weight: 500;}
.youship:hover {color: #ff7f24;}
.youshispan{color: #999999;font-size: 14px !important;}
.youshispan:hover{color: #ff7f24;font-size: 14px;}
.youshi2{background: url(../images/you2bg.jpg) no-repeat left top;padding-left: 73px;padding-bottom: 25px;}
.youshi2:hover{background: url(../images/you2bghover.jpg) no-repeat left top;padding-left: 73px;padding-bottom: 25px;}
.youshi3{background: url(../images/you3bg.jpg) no-repeat left top;padding-left: 73px;padding-bottom: 25px;}
.youshi3:hover{background: url(../images/you3bghover.jpg) no-repeat left top;padding-left: 73px;padding-bottom: 25px;}
.youshi4{background: url(../images/you4bg.jpg) no-repeat left top;padding-left: 73px;padding-bottom: 25px;}
.youshi4:hover{background: url(../images/you4bghover.jpg) no-repeat left top;padding-left: 73px;padding-bottom: 25px;}
@media screen and (max-width:1200px) {
	.youbgcp{ padding:0 0 50px;}
}
@media screen and (max-width:1080px) {
	.youbgcpz{ width:100%;}
	.youbgcpy{ width:100%;}
	.youbgcpy span{margin:20px 0;}
	.youbgcpy div{ width:49%; float:left;}
	.youbgcpy .youshi2,.youbgcpy .youshi4{ float:right;}
}
@media screen and (max-width:767px) {
	.youbgcp{ display:none;}
}
/* 荣誉资质*/
.indhonor_box .scoll{margin-bottom: 60px !important;}
@media screen and (max-width:1080px) {
	.indhonor_box .scoll{margin-bottom: 40px !important;}
}
@media screen and (max-width:767px) {
	.indhonor_box .scoll{margin-bottom: 30px !important;}
}


/*ly_Links 开始*/
.ly_Links { width:100%;overflow:hidden; margin:0 auto -93px; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_Links .lyLinks_Main {height:auto; min-height:90px; overflow:hidden;padding:0 0 0 130px; background-color:#fff; position:relative; z-index:1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyLinks_Main .lyLinks_title { width:130px; height:90px; overflow:hidden; margin:0; padding:0; position: absolute; left:0; top:0;}
.lyLinks_title img { display:inline-block; width:130px; height:90px; vertical-align:middle; margin:0 auto; padding:0;}
.lyLinks_Main .lyLinks_list { width:100%; height:90px; margin:0; padding:10px 0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow-y: scroll;}
.lyLinks_list p { width:100%; height:auto; overflow:hidden; line-height:35px; color:#999; font-size:14px; margin:0; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyLinks_list p a { display:inline-block; height:35px; line-height:35px; color:#999; font-size:14px; margin:0 20px 0 0; padding:0;}
.lyLinks_list p a:hover { color:#00479d;}
@media screen and (max-width:1080px) {
	.ly_Links { margin:0 auto -85px;}
}
/*ly_Links 结束*/

/*ly_Foot 开始*/
.ly_Foot { width:100%; height:auto; margin:0 auto;background-color:#222; padding-top:80px;}
.ly_Foot1 { padding:45px 0 0;}
.ly_Foot .lyFoot_Main {overflow:hidden;}

.lyFoot_Main .lyFootLeft { width: calc(100% - 452px);  height:auto; overflow:hidden; margin:0; padding:0; float:left;}
.lyFootLeft dl dd { width:31%; max-height:176px; overflow:hidden; margin:0; padding:0 60px 0 0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyFootLeft dl dd:nth-of-type(2){ width:38%;}
.lyFootLeft dl dd p { width:100%;overflow:hidden; line-height:30px; color:#fff; font-size:18px; margin:0 auto 20px; position:relative; padding-bottom:10px;}
.lyFootLeft dl dd p:before { content:""; display:block; width:12px; height:2px;background-color:#00479d; position:absolute; left:0; bottom:0;}
.lyFootLeft dl dd p:after{ content:""; display:block; width:80px; height:1px;background-color:rgba(255,255,255,.1); position:absolute; left:0; bottom:0;}
.lyFootLeft dl dd a { display:block; width:100%; height:34px; overflow:hidden; line-height:34px; color:rgba(255,255,255,0.45); font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto;}
.lyFootLeft dl dd a:hover { color:#fff;}
.lyFootLeft dl dd:last-child{ padding:0 0 0 0;}

.lyFoot_Main .lyFootRight { width:432px; height:auto; margin:0; padding:0; float:right;}
.lyFootRight .lyFootEwm { width:133px; height:auto; margin:0; padding:10px; border:1px solid rgba(255,255,255,0.2); background-color:rgba(255,255,255,0.1); float:left;}
.lyFootEwm img { display:block; width:110px; height:110px; margin:0 auto 10px; padding:0;}
.lyFootEwm p { width:100%; height:20px; overflow:hidden; line-height:20px; color:rgba(255,255,255,0.5); font-size:16px; text-align:center; margin:0 auto; padding:0;}
.lyFootRight .lyFootLxfs { width: calc(100% - 157px); float:right;}
.lyFootLxfs p { width:100%; height:auto; min-height:30px; max-height:60px; overflow:hidden; line-height:30px; color:rgba(255,255,255,0.45); font-size:14px; margin:0 auto; padding:0 0 0 25px; position:relative; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyFootLxfs p img { display:block; width:20px; height:20px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:4px;}
.lyFootLxfs span { display:block; width:100%; overflow:hidden; line-height:60px; color:#00479d; font-size:30px; font-weight:bold;margin:5px auto 10px; padding:0; border-bottom:1px solid rgba(255,255,255,0.2); position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.lyFoot_Main .lyFoot_Copy { width:100%; margin:60px auto 0; padding:15px 0; border-top:1px solid rgba(255,255,255,0.2);}
.lyFoot_Copy p { width:60%;line-height:32px; color:rgba(255,255,255,0.3); font-size:15px; margin:0; padding:0;}
.lyFoot_Copy p.fr { width:40%; text-align:right;}
.lyFoot_Copy p img { display:inline-block; width:20px; height:20px; overflow:hidden; vertical-align:middle; margin:-4px 5px 0 0; padding:0;}
.lyFoot_Copy p a { line-height:32px; color:rgba(255,255,255,0.3); font-size:15px;}
.lyFoot_Copy p a:hover { color:#fff;}
@media screen and (max-width:950px) {
	.lyFoot_Main .lyFootLeft{ display:none;}
	.lyFoot_Main .lyFootRight{ width:100%;}
	.lyFootRight .lyFootLxfs{ float:right;}
}
@media screen and (max-width:767px) {
	.ly_Foot{padding: 75px 0 0;}
	.lyFootRight .lyFootLxfs{ display:none;}
	.lyFootRight .lyFootEwm { margin:0 auto; float:none;}
	.lyFoot_Copy p.fl,.lyFoot_Copy p.fr{ width:100%; float:none; text-align:center;}
	.lyFoot_Main .lyFoot_Copy{ margin: 30px auto 0;}
}
/*ly_Foot 结束*/

/*ny_banner 开始*/
.ny_banner { width:100%; height:400px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative;}
.ny_banner img { display:block; width:1920px; height:400px; overflow:hidden; margin:-200px 0 0 -960px; padding:0; position:absolute; left:50%; top:50%;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ny_banner { height:300px;}
	.ny_banner img { width:1440px; height:300px; margin:-150px 0 0 -720px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ny_banner { height:220px;}
	.ny_banner img { width:1408px; height:220px; margin:-110px 0 0 -704px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ny_banner { height:200px;}
	.ny_banner img { width:1280px; height:200px; margin:-100px 0 0 -640px;}
}
@media (max-width: 767px) {
	.ny_banner { height:120px;}
	.ny_banner img { width:768px; height:120px; margin:-60px 0 0 -384px;}
}
/*ny_banner 结束*/


/*面包屑 开始*/
.ly_crumb { width:1200px; overflow:hidden; margin:20px auto; padding:0 0 0 24px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_crumb img { display:block; width:20px; height:20px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:10px;}
.ly_crumb p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#545454; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.ly_crumb p a { color:#545454;}
.ly_crumb p a:hover { color:#0063b9;}
.ly_crumb p span { color:#797979;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_crumb { width:90%;}
}
@media screen and (max-width:1079px)  and (min-width:768px) {
	.ly_crumb { width:96%;}
	.ly_crumb p { height:auto;}
}
@media (max-width: 767px) {
	.ly_crumb { width:94%;}
	.ly_crumb p { height:auto; line-height:24px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space:inherit; padding:8px 0 0;}
}


/*内页-关于我们 开始*/
.ly_NyAboutus { width:100%; min-height: 480px; overflow:hidden; margin:0 auto; padding:0;}

/*关于我们-公司简介 开始*/
.ny_title, .ny_title1 { width:100%; overflow:hidden; margin:0 auto 30px; padding:0;}
.ny_title p, .ny_title1 p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#32353a; font-size:28px; text-align:center; margin:0 auto; padding:0;}
.ny_title p i, .ny_title1 p i { display:inline-block; width:120px; height:1px; overflow:hidden; margin:-2px 20px 0; padding:0; vertical-align:middle; background-color:#dfdfdf;}
.ny_title1 p { color:#fff;}
.ny_title1 p i { background-color:rgba(255, 255, 255, 0.9);}

.ly_Gsjj { width:1200px; overflow:hidden; margin:0 auto 60px; padding:0;}
.lyGsjj_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyGsjj_main .lyGsjj_img { width:50%; overflow:hidden; margin:0 40px 20px 0; padding:0; float:left;}
.lyGsjj_img img { display:block; width:100%; height:auto; margin:0; padding:0;}
.lyGsjj_main .lyGsjj_text { width:100%; margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyGsjj_text p { line-height:32px; color:#787878; font-size:15px; text-align:justify; word-break: break-all; margin:0 auto; padding:0;}
.lyGsjj_text p span, .lyGsjj_text p em { color:#787878!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:14px!important; font-style:normal!important; font-weight:normal!important;}


@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_Gsjj { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_Gsjj { width:96%;}
	.lyGsjj_main .lyGsjj_img { width:100%; margin:0 auto 20px; text-align:center;}
	.lyGsjj_img img { display:inline-block; width:auto; max-width:100%;}
	.lyGsjj_main .lyGsjj_text { width:100%; margin:0 auto; padding:0;}
	.lyGsjj_text p { text-indent:0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ny_title, .ny_title1 { margin:0 auto 20px;}
	
	.ly_Gsjj { width:96%; margin:0 auto 40px;}
	.lyGsjj_main .lyGsjj_img { width:100%; margin:0 auto 20px; text-align:center;}
	.lyGsjj_img img { display:inline-block; width:auto; max-width:100%;}
	.lyGsjj_main .lyGsjj_text { width:100%; margin:0 auto; padding:0;}
	.lyGsjj_text p {text-indent:0;}
}
@media (max-width: 767px) {
	.ny_title, .ny_title1 { margin:0 auto 20px;}
	.ny_title p i, .ny_title1 p i { width:80px;}
	
	.ly_Gsjj { width:94%; margin:0 auto 40px;}
	.lyGsjj_main .lyGsjj_img { width:100%; margin:0 auto 20px; text-align:center; float: inherit;}
	.lyGsjj_img img { display:inline-block; width:auto; max-width:100%;}
	.lyGsjj_main .lyGsjj_text { width:100%; margin:0 auto; padding:0;}
	.lyGsjj_text p {text-indent:0;}
}
/*关于我们-公司简介 结束*/

/*厂房展示-公司简介 开始*/
.ly_Workshop { width:100%; overflow:hidden; margin:60px auto 0; padding:60px 0; background-color:#f8f8f8;}
.ly_Workshop .lyWorkshop_main { width:1200px; overflow:hidden; margin:0 auto; padding:0;}
.lyWorkshop_main .lyWorkshop_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyWorkshop_con p { width:100%; overflow:hidden; line-height:30px; color:#797979; font-size:15px; text-align:justify; margin:0 auto 25px; padding:0;}
.lyWorkshop_con ul li { width:23.5%; height:210px; overflow:hidden; margin:0 2% 0 0; padding:0; float:left; position:relative;}
.lyWorkshop_con ul li:nth-child(4) { margin:0;}
.lyWorkshop_con ul li img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyWorkshop_con ul li:hover img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_Workshop .lyWorkshop_main { width:90%;}
	.lyWorkshop_con ul li { height:180px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_Workshop .lyWorkshop_main { width:96%;}
	.lyWorkshop_con ul li { height:174px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_Workshop { margin:40px auto 0; padding:40px 0;}
	.ly_Workshop .lyWorkshop_main { width:96%;}
	.lyWorkshop_con p { margin:0 auto 20px;}
	.lyWorkshop_con ul li { height:130px;}
}
@media (max-width: 767px) {
	.ly_Workshop { margin:40px auto 0; padding:40px 0;}
	.ly_Workshop .lyWorkshop_main { width:94%;}
	.lyWorkshop_con p { margin:0 auto 20px;}
	.lyWorkshop_con ul li { width:49%; height:140px; margin:0 2% 12px 0 0;}
	.lyWorkshop_con ul li:nth-child(2) { margin:0 0 12px;}
}
/*厂房展示-公司简介 结束*/
.idxAbout_ul { width:100%; overflow:hidden; margin:30px auto 0; padding:0;}
.idxAbout_ul ul li { width:23.5%; overflow:hidden; margin:0 2% 0 0; padding:30px; border:1px solid #dfdfdf; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.idxAbout_ul ul li:nth-child(4) { margin:0;}
.idxAbout_ul ul li img { display:block; width:70px; height:70px; overflow:hidden; margin:0 auto 20px; padding:0;}
.idxAbout_ul ul li .idxAbout_ultit { width:100%; overflow:hidden; line-height:30px; color:#0063b9; font-size:18px; text-align:center; margin:0 auto; padding:0;}
.idxAbout_ul ul li em { display:block; width:40px; height:1px; overflow:hidden; background-color:#0063b9; margin:10px auto; padding:0;}
.idxAbout_ul ul li p { width:100%; height:72px; overflow:hidden; line-height:24px; color:#777; font-size:14px; text-align:center; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.idxAbout_ul ul li { padding: 30px 15px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.idxAbout_ul ul li { padding: 20px 15px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.idxAbout_ul ul li { width:48.5%; margin:0 3% 0 0; padding: 20px;}
	.idxAbout_ul ul li:first-child { margin:0 3% 20px 0;}
	.idxAbout_ul ul li:nth-child(2n+2) { margin:0;}
	.idxAbout_ul ul li p { height:48px;}	
}
@media (max-width: 767px) {
	.idxAbout_ul { margin:20px auto 0;}
	.idxAbout_ul ul li { width:100%; margin:0 auto 20px; padding: 20px;}
	.idxAbout_ul ul li p { height:auto;}
}
.ly_title0 { width:100%; height:60px; overflow:hidden; margin:0 auto 40px; padding:0; position:relative;}
.ly_title0 span { display:block; width:100%; height:40px; line-height:40px; color:#f0f0f0; font-size:44px; font-weight:bold; text-align:center; margin:0; padding:0;text-transform: uppercase;}
.ly_title0 p { display:block; width:100%; height:40px; line-height:40px; color:#0063b9; font-size:36px; font-weight:bold; text-align:center; margin:0; padding:0; position:absolute; left:0; top:20px;}

@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
}
@media screen and (max-width:1023px) and (min-width:768px) {	
	.ly_title0 { margin:0 auto 20px;}
}
@media (max-width: 767px) {	

	.ly_title0 { height:45px; margin:0 auto 20px;}
	.ly_title0 p { height:30px; line-height:30px; font-size:28px; padding:0; top:15px;}
	.ly_title0 span { height:30px; line-height:30px; font-size:30px; display:none;}
}

/*内页-关于我们 结束*/

/*内页产品中心*/
.ny_left{width: 23%;float: left;}
.ny_left .bd{ border: 1px solid #ddd; border-top: none; padding-bottom: 20px;}
.ny_right{width: 74%;float: right;}
.ny_right .ny_pro_list li{width:31.333333%;margin-right:3%;margin-bottom:25px;transition:all .3s;float:left;}
.ny_right .ny_pro_list li:nth-child(3n){margin-right:0;}
.ny_right .ny_pro_list li .pic{display:block;height:240px;border:1px solid #DDDDDD;border-bottom:0;text-align:center;position:relative;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;overflow:hidden;}
.ny_right .ny_pro_list li .pic:after{content:'';display:block;opacity:0; width:100%;height:100%;background:rgba(0,71,157,.8) url(../images/pro_hover.png) 10% center no-repeat;position:absolute;top:0;left:0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.ny_right .ny_pro_list li .pic img{max-width:95%;max-height:95%;vertical-align:middle;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .6s;transition: all .6s;}
.ny_right .ny_pro_list li .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_right .ny_pro_list li .tlt{display:block;text-align:center;height:45px;line-height:45px;color:#fff;background:#b8b8b8; font-size:15px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;padding:0 5%;}
.ny_right .ny_pro_list li:hover .tlt{color:#fff;background:#0063b9;}
.ny_right .ny_pro_list li:hover .pic{border:1px solid rgba(0,71,157,.8);border-bottom:0;}
.ny_right .ny_pro_list li:hover .pic:after{opacity:1;background:rgba(0,71,157,.8) url(../images/pro_hover.png) center center no-repeat;}
.ny_right .ny_pro_list li:hover .pic img{transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ny_right .ny_pro_list li .pic{height:186px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.ny_left{width:26%;}
.ny_right{width:71%;}
	.ny_right .ny_pro_list li .pic{height:140px;}
	.ny_right .ny_pro_list li .tlt{height:36px;line-height:36px;font-size:14px;}
	.ny_right .ny_pro_list li{margin-bottom:18px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
    .ny_left{width:100%; margin-bottom:20px;}
   .ny_right{width:100%;}
	.ny_right .ny_pro_list li{width:48.5%;}
	.ny_right .ny_pro_list li:nth-child(2n){margin-right:0;}
	.ny_right .ny_pro_list li:nth-child(3n){margin-right:3%;}
	.ny_right .ny_pro_list li:nth-child(6n){margin-right:0;}
	.ny_right .ny_pro_list li .pic{height:160px;}
	.ny_right .ny_pro_list li .tlt{height:40px;line-height:40px;font-size:14px;}

}
@media screen and (max-width:767px) {
.ny_left{width:100%; margin-bottom:20px;}
.ny_right{width:100%;}
	.ny_right .ny_pro_list li{width:48.5%;}
	.ny_right .ny_pro_list li:nth-child(2n){margin-right:0;}
	.ny_right .ny_pro_list li:nth-child(3n){margin-right:3%;}
	.ny_right .ny_pro_list li:nth-child(6n){margin-right:0;}
	.ny_right .ny_pro_list li .pic{height:160px;}
	.ny_right .ny_pro_list li .tlt{height:40px;line-height:40px;font-size:14px;}
}


/*内页产品列表页右侧产品列表*/
.ny_right .ny_prolist_list li{transition:all .3s;padding:20px 2%;background:#f5f5f5;margin-bottom:30px;}
.ny_right .ny_prolist_list li .pic{display:block;height:240px;background:#fff;border-bottom:0;text-align:center;position:relative;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;overflow:hidden;float:left;width:30%;}
.ny_right .ny_prolist_list li .pic:after{content:'';display:block;opacity:0; width:100%;height:100%;background:rgba(0,71,157,.8) url(../images/pro_hover.png) 10% center no-repeat;position:absolute;top:0;left:0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.ny_right .ny_prolist_list li .pic img{max-width:95%;max-height:95%;vertical-align:middle;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .6s;transition: all .6s;}
.ny_right .ny_prolist_list li .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_right .ny_prolist_list li .wz{width:67%;float:right;}
.ny_right .ny_prolist_list li .wz .tlt{display:block;height:45px;line-height:45px;color:#333;font-size:24px;font-weight:bold;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.ny_right .ny_prolist_list li .wz .others{margin:10px 0 10px;overflow:hidden;}
.ny_right .ny_prolist_list li .wz .others p{float:left;max-width:142px;background:#fff;height:30px;line-height:30px;text-align:center;font-size:14px;color:#555;margin-right:15px;padding:0 10px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;margin-bottom:12px;}
.ny_right .ny_prolist_list li .wz .others p em{font-style:normal;color:#999;}
.ny_right .ny_prolist_list li .wz .desc{color:#999;font-size:15px;line-height:26px;height:52px;overflow:hidden;}
.ny_right .ny_prolist_list li .wz .more{display:block;height:36px;line-height:36px;border:1px solid #00a1ec;border-radius:40px;width:140px;text-align:center;color:#00a1ec;margin-top:30px;}
.ny_right .ny_prolist_list li .wz .more:after{content:'';display:inline-block;width:18px;height:10px;margin-left:10px;vertical-align:middle;margin-top:-3px;}
.ny_right .ny_prolist_list li:hover{background:#fff;box-shadow: 0 0 5px 1px #e6e6e6;}
.ny_right .ny_prolist_list li:hover .tlt{color:#00a1ec;}
.ny_right .ny_prolist_list li:hover .pic:after{opacity:1;background:rgba(0,71,157,.8) url(../images/pro_hover.png) center center no-repeat;}
.ny_right .ny_prolist_list li:hover .pic img{transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
.ny_right .ny_prolist_list li:hover .more{background:#00a1ec;color:#fff;}
.ny_right .ny_prolist_list li:hover .more:after{background:url(../images/more.png) center center no-repeat;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.ny_right .ny_prolist_list li .pic{width: 44%;height: 268px;}
	.ny_right .ny_prolist_list li .wz{width:50%;}
	.ny_right .ny_prolist_list li .wz .tlt{font-size:20px;}
}
@media screen and (max-width:767px) {
	.ny_right .ny_prolist_list li .pic{width: 100%;height: 208px;}
	.ny_right .ny_prolist_list li .wz{width:100%;padding:20px 0 15px;}
	.ny_right .ny_prolist_list li .wz .tlt{font-size:20px;}
}

/*内页-产品列表 开始*/
.nyPro_list { width:100%; height:auto; margin:0 auto; padding:0 0 0.1px;}
.nyPro_list ul li { width:100%; height:auto; margin:0 auto 20px; padding:0 0 20px; background-color:#fff; border-bottom:1px dashed #eaeaea; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li:hover {}
.nyPro_list ul li .nyProList_img { width:27%; height:180px; overflow:hidden; margin:0; padding:0; background-color:#fff; border:1px solid #eaeaea; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li:hover .nyProList_img { border:0;}
.nyPro_list ul li .nyProList_img img.nyPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyPro_list ul li:hover .nyProList_img a img.nyPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.nyPro_list ul li .nyProList_img a i.nyPro_mask { display:none; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background:rgba(24, 67, 122, 0.6) url(../images/pro_hover.png) center center no-repeat; position:relative; left:0; top:0; z-index:2;}
.nyPro_list ul li:hover .nyProList_img a i.nyPro_mask { display:block;}

.nyPro_list ul li .nyProList_text { width:70%; height:180px; overflow:hidden; margin:0; padding:0; float:right;}
.nyPro_list ul li .nyProList_text .nyProList_name { width:100%; overflow:hidden; margin:0 auto 10px; padding:0;}
.nyProList_text .nyProList_name a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#32353a; font-size:18px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nyProList_text .nyProList_name a:hover { color:#0063b9;}
.nyPro_list ul li .nyProList_text .nyProList_ms { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_ms p { width:100%; height:72px; overflow:hidden; line-height:24px; color:#797979; font-size:14px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nyPro_list ul li .nyProList_text .nyProList_tips { width:100%; overflow:hidden; margin:36px auto 0; padding:0;}
.nyProList_text .nyProList_tips dl dd { display:inline-block; height:30px; overflow:hidden; line-height:30px; color:#797979; font-size:12px; white-space:nowrap; text-overflow: ellipsis; margin:0 10px 0 0; padding:0 10px; border:1px solid #eaeaea; float:left;max-width: 296px;}
.nyProList_text .nyProList_tips dl dd img { display:inline-block; width:16px; height:16px; vertical-align:middle; margin:-2px 4px 0 0; padding:0;}
.nyProList_text .nyProList_tips dl dd span { color:#0063b9;}
.nyPro_list ul li .nyProList_text .nyProList_btn { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_btn a { display:block; width:88px; height:34px; overflow:hidden; line-height:32px; color:#aaa; font-size:14px; text-align:center; margin:0 20px 0 0; padding:0; border:1px solid #dfdfdf; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyProList_text .nyProList_btn a:first-child { color:#fff; background-color:#2c64a1; border:1px solid #2c64a1;}
.nyProList_text .nyProList_btn a:hover { color:#fff; background-color:#0063b9; border:1px solid #0063b9;}

.lyNy_Xgwz { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_tit { overflow:hidden; margin:0 auto; padding:20px; background-color:#0063b9;}
.Xgwz_tit p { height:32px; line-height:32px; color:#fff; font-size:26px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.Xgwz_tit span { display:block; height:20px; line-height:20px; color:#fff; font-size:14px; text-align:center; text-transform: uppercase; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_list { width:100%; min-height: 150px; overflow:hidden; margin:0 auto; padding:0 7px; border:1px solid #dfdfdf; border-top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li { width:100%; overflow:hidden; margin:0 auto; padding:0 0 0 20px; border-bottom:1px dashed #dfdfdf; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li em { display: block; width: 20px; height: 20px; overflow: hidden; margin: 0; padding: 0; background: url(../images/icon2.png) center center no-repeat; position: absolute; left: 0; top: 14px;}
.lyNy_Xgwz .Xgwz_list ul li:hover em { background: url(../images/icon3.png) center center no-repeat;}
.lyNy_Xgwz .Xgwz_list ul li a { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#32353a; font-size:15px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_list ul li a:hover { color:#0063b9;}
@media screen and (max-width:1399px) and (min-width:1200px) {
    .nyProList_text .nyProList_tips dl dd{max-width: 260px;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.nyProList_text .nyProList_tips dl dd{max-width: 200px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.lyNy_Xgwz { margin:0 auto;}
	.nyPro_list ul li { margin:0 auto 20px;}
	.nyPro_list ul li .nyProList_img { width:24%;}
	.nyPro_list ul li .nyProList_text { width:73%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.nyPro_list ul li .nyProList_img { width:30%; height:160px;}
	.nyPro_list ul li .nyProList_text { width:67%; height:160px;}
	.nyPro_list ul li .nyProList_text .nyProList_name { margin:0 auto;}
	.nyProList_text .nyProList_ms p { height:48px; -webkit-line-clamp: 2;}
	.nyPro_list ul li .nyProList_text .nyProList_tips { margin:12px auto 0;}
	.nyProList_text .nyProList_tips dl dd { width:49%; margin:0 2% 10px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.nyProList_text .nyProList_tips dl dd:nth-child(2n+2) { margin:0 0 10px;}
	.lyNy_Xgwz { margin:20px auto;}
	.lyNy_Xgwz .Xgwz_tit { padding:10px 3%;}
	.Xgwz_tit p { padding: 0; display: block; font-size: 22px; float: left; line-height: 40px; min-width: 88px; margin: 0 10px 0 0;}
	.Xgwz_tit span { display:none;}
	.lyNy_Xgwz .Xgwz_list { padding:0 12px;}
}
@media (max-width: 767px) {
	.nyPro_list ul li {}
	.nyPro_list ul li .nyProList_img { width:100%; height:260px; margin:0 auto 12px;}
	.nyPro_list ul li .nyProList_text { width:100%; height:auto;}
	.nyPro_list ul li .nyProList_text .nyProList_name { margin:0 auto;}
	.nyProList_text .nyProList_name a { height:40px; line-height:40px; font-size:18px;}
	.nyProList_text .nyProList_ms p { height:auto; max-height:48px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space:inherit;}
	.nyPro_list ul li .nyProList_text .nyProList_tips { margin:20px auto 0;}
	.nyProList_text .nyProList_tips dl dd { width:49%; margin:0 2% 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-width:100%;}
	.nyProList_text .nyProList_tips dl dd:nth-child(2n+2) { margin:0;}
	.nyProList_text .nyProList_tips dl dd:first-child { margin:0 2% 10px 0;}
	.nyPro_list ul li .nyProList_text .nyProList_btn { width:100%; margin:0 auto;}
	.nyProList_text .nyProList_btn a { width:48%; height:40px; line-height:38px; margin:0; float:left;}
	.nyProList_text .nyProList_btn a:first-child { margin:0 4% 0 0;}
	
	.lyNy_Xgwz { margin:20px auto;}
	.lyNy_Xgwz .Xgwz_tit { padding:10px 3%;}
	.Xgwz_tit p { padding: 0; display: block; font-size: 22px; float: left; line-height: 40px; min-width: 88px; margin: 0 10px 0 0;}
	.Xgwz_tit span { display:none;}
	.lyNy_Xgwz .Xgwz_list { padding:0 12px;}
}
/*内页-产品列表 结束*/

/*内页-新闻中心&技术文章 开始*/
.ly_NyNews { width:100%; min-height: 480px; height:auto; margin:0 auto 60px; padding:0;}
.ly_NyNews .lyNyNew_main { width:1200px; height:auto; margin:0 auto; padding:0;}

.lyNyNew_main .lyNyNew_Tj { width:100%; overflow:hidden; margin:0 auto 30px; padding:20px 100px 20px 20px; background-color:#fafafa; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_Tj .lyNyNew_TjImg { width:31%; height:200px; overflow:hidden; margin:0; padding:0;background-color: #fff; position:relative; float:left;}
.lyNyNew_Tj .lyNyNew_TjImg a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyNew_Tj:hover .lyNyNew_TjImg a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyNew_Tj .lyNyNew_TjText { width:69%; height:200px; overflow:hidden; margin:0; padding:0 40px; border-right:1px solid #eaeaea; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_Tj:hover .lyNyNew_TjText { border-right:1px solid #0063b9;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName { width:100%; height:40px; overflow:hidden; line-height:40px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a { color:#333; font-size:22px;}
.lyNyNew_Tj:hover .lyNyNew_TjText .lyNyNew_TjName a { color:#0063b9;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime { width:100%; height:30px; overflow:hidden; line-height:30px; color:#aaa; font-size:14px; margin:10px auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime em { width:24px; height:1px; overflow:hidden; background-color:#aaa; margin:14px 10px 0 0; padding:0; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyNew_Tj:hover .lyNyNew_TjText .lyNyNew_TjTime em { width:48px;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs { width:100%; overflow:hidden; margin:20px auto 0; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p { width:100%; height:84px; overflow:hidden; line-height:28px; color:#666; font-size:15px; text-align:justify; text-indent:0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyNew_Tj:hover .lyNyNew_TjText .lyNyNew_TjMs p { text-indent:2em;}
.lyNyNew_Tj .lyNyNew_TjMore { width:100px; height:200px; overflow:hidden; margin:0; padding:0; background:url(../images/jt9.png) center center no-repeat; position:absolute; top:20px; right:0;}
.lyNyNew_Tj:hover .lyNyNew_TjMore { background:url(../images/jt10.png) center center no-repeat;}

.lyNyNew_main .lyNyNew_list { width:100%; height:auto; margin:0 auto 60px; padding:0;}
.lyNyNew_list ul li { width:100%; height:auto; margin:0 auto; padding:30px 100px 30px 0; background-color:#fff; border-bottom:1px solid #eaeaea; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.lyNyNew_list ul li .lyNyNew_name { width:100%; height:30px; overflow:hidden; line-height:30px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyNew_list ul li .lyNyNew_name a { color:#333; font-size:18px;}
.lyNyNew_list ul li:hover .lyNyNew_name a { color:#0063b9;}
.lyNyNew_list ul li .lyNyNew_time { width:100%; height:30px; overflow:hidden; line-height:30px; color:#aaa; font-size:14px; margin:4px auto; padding:0;}
.lyNyNew_list ul li .lyNyNew_time em { width:24px; height:1px; overflow:hidden; background-color:#aaa; margin:14px 10px 0 0; padding:0; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyNew_list ul li:hover .lyNyNew_time em { width:48px;}
.lyNyNew_list ul li .lyNyNew_ms { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyNew_list ul li .lyNyNew_ms p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#797979; font-size:14px; text-indent:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyNew_list ul li:hover .lyNyNew_ms p { text-indent:2em;}
.lyNyNew_list ul li .lyNyNew_more { width:40px; height:40px; overflow:hidden; margin:-20px 0 0; padding:0; background:url(../images/jt7.png) center center no-repeat; position:absolute; top:50%; right:30px;}
.lyNyNew_list ul li:hover .lyNyNew_more { background:url(../images/jt8.png) center center no-repeat;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyNews .lyNyNew_main { width:90%;}
	
	.lyNyNew_main .lyNyNew_Tj { margin:0 auto 20px;}
	.lyNyNew_Tj .lyNyNew_TjImg { height:160px;}
	.lyNyNew_Tj .lyNyNew_TjText { height:160px; padding:0 30px;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime { margin:8px auto;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs { margin:0 auto 0;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p { height:72px; line-height:24px; color:#797979; font-size:14px;}
	.lyNyNew_Tj .lyNyNew_TjMore { height:160px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyNews { margin:0 auto 50px;}
	.ly_NyNews .lyNyNew_main { width:96%;}
	
	.lyNyNew_main .lyNyNew_Tj { margin:0 auto 20px;}
	.lyNyNew_Tj .lyNyNew_TjImg { height:160px;}
	.lyNyNew_Tj .lyNyNew_TjText { height:160px; padding:0 30px;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName { height:36px; line-height:36px; font-size:20px;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime { margin:8px auto;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs { margin:0 auto 0;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p { height:72px; line-height:24px; font-size:14px;}
	.lyNyNew_Tj .lyNyNew_TjMore { height:160px;}
	
	.lyNyNew_main .lyNyNew_list { margin:0 auto 50px;}
	.lyNyNew_list ul li { padding:25px 90px 25px 0;}
	.lyNyNew_list ul li .lyNyNew_more { right:25px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyNews { margin:0 auto 40px;}
	.ly_NyNews .lyNyNew_main { width:96%;}
	
	.lyNyNew_main .lyNyNew_Tj { margin:0 auto 20px; padding:20px;}
	.lyNyNew_Tj .lyNyNew_TjImg { height:130px;}
	.lyNyNew_Tj .lyNyNew_TjText { height:130px; padding:0 0 0 20px; border:0;}
	.lyNyNew_Tj:hover .lyNyNew_TjText { border:0;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName { height:30px; line-height:30px; font-size:18px;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime { margin:8px auto;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs { margin:0 auto 0;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p { height:48px; line-height:24px; font-size:14px; -webkit-line-clamp: 2;}
	.lyNyNew_Tj .lyNyNew_TjMore { display:none;}
	
	.lyNyNew_main .lyNyNew_list { margin:0 auto 40px;}
	.lyNyNew_list ul li { padding:20px 80px 20px 0;}
	.lyNyNew_list ul li .lyNyNew_more { right:20px;}
}
@media (max-width: 767px) {
	.ly_NyNews { margin:0 auto 40px;}
	.ly_NyNews .lyNyNew_main { width:94%;}
	
	.lyNyNew_main .lyNyNew_Tj { margin:0 auto 20px; padding:12px;}
	.lyNyNew_Tj .lyNyNew_TjImg { width:100%; height:auto; margin: 0 auto 12px;}
	.lyNyNew_Tj .lyNyNew_TjImg img { display:block; width:100%; height:auto; margin:0 auto; position:inherit; left:inherit; top:inherit; right:inherit; bottom:inherit;}
	.lyNyNew_Tj .lyNyNew_TjText { width:100%; height:auto; padding:0; border:0;}
	.lyNyNew_Tj:hover .lyNyNew_TjText { border:0;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName { height:auto; line-height:30px; font-size:16px;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime { margin:4px auto;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs { margin:0 auto;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p { height:72px; line-height:24px; font-size:14px; -webkit-line-clamp: 3;}
	.lyNyNew_Tj .lyNyNew_TjMore { display:none;}
	
	.lyNyNew_main .lyNyNew_list { margin:0 auto 40px;}
	.lyNyNew_list ul li { padding:16px 0;}
	.lyNyNew_list ul li .lyNyNew_name { font-size:16px;}
	.lyNyNew_list ul li .lyNyNew_time { margin:0 auto;}
	.lyNyNew_list ul li .lyNyNew_more { display:none;}

}
/*内页-新闻中心&技术文章 结束*/


/*分页样式 开始*/
#fengye { text-align: center; margin: 30px auto; color: #555; font-size:14px;}
#fengye a { display: inline-block; padding: 0 10px; background: #eaeaea; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; border-radius: 2px; color: #555; font-size:14px;}
#fengye a:hover { background: #0063b9; color: #ffffff; }
#fengye a.pnnum1 { background: #0063b9; color: #ffffff; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #0063b9; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
#fengye .p_input { display: inline-block; padding: 0 5px; background: #eaeaea; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	#fengye { margin:25px auto;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	#fengye { margin: 20px auto;}
}
@media (max-width: 767px) {
	#fengye { margin:20px auto; font-size:0;}
	#fengye input, #fengye .p_input { display:none;}
	#fengye a { height: 40px; line-height: 40px; padding: 0 20px;}

}
/*分页样式 结束*/
/*新闻&文章详情 开始*/
.ny_newsdetail{ margin:0 0 50px;}
.ny_newsdetail_title { width: 100%;line-height: 35px; font-size: 24px; text-align: center; font-weight: bold; margin: 0; color: #555; padding-bottom: 10px; }
.ny_newsdetail_tips { width: 100%; height: 25px; line-height: 25px; padding-bottom: 12px; border-bottom: 1px #e6e6e6 dashed; text-align: center; color: #999999;}
.ny_newsdetail_con { width: 100%; line-height: 30px; font-size: 14px; margin-top: 20px; color: #777777; min-height: 500px; }
.ny_newsdetail_con p { line-height: 30px; }
.ny_PrevNext { width: 100%; margin-top: 20px; padding-top: 20px; border-top: 1px solid #f1f1f1; }
.ny_PrevNext .Prev,.ny_PrevNext .Next { width: 100%; float: left; height: 26px; line-height: 26px; font-size: 14px; color: #555; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ny_PrevNext .Prev a,.ny_PrevNext .Next a { color: #555; }
.ny_PrevNext .Prev a:hover,.ny_PrevNext .Next a:hover { color: #007cc2; }
/*新闻&文章详情 结束*/

/*内页联系我们*/
.ly_contact_tlt{width:100%; text-align:center; color:#666; line-height:30px;}
.ly_contact_tlt p{ font-size:25px;}
.ly_contact_tlt span{ font-size:20px;}

.ly_contact { width:100%; overflow:hidden; margin:10px auto 50px; padding:0;}
.ly_contact .lxfs { width:100%; overflow:hidden; margin:70px auto 70px; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.lxfs ul li { width:33.333333%;overflow:hidden; margin:0; padding:0 4% 20px; float:left;position:relative; }
.lxfs ul li:nth-child(2n):before{content:'';width:1px;background:#dededd;height:100%;position:absolute;top:0;left:0;}
.lxfs ul li:nth-child(2n):after{content:'';width:1px;background:#dededd;height:100%;position:absolute;top:0;right:0;}
.lx_icon { width:128px; height:90px; overflow:hidden; margin:0 auto 20px; padding:0;text-align:center;}
.lx_icon img{max-width:100%:max-height:100%;vertical-align:middle;}
.lx_icon .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.lxfs ul li span { display:block;width:100%; height:20px; overflow:hidden; line-height:20px; color:#333; font-size:20px;font-weight:bold; text-align:center; margin:0 auto 25px; padding:0;}
.lxfs ul li p { width:100%;  overflow:hidden; line-height:26px; color:#555; font-size:18px; font-family:"Arial"; text-align:center; margin:0 auto; padding:0;}
.lxfs ul li:nth-child(1) p{font-size:20px;} 
.lxfs ul li:nth-child(2) p{font-size:20px;}
.lx_ewm { width:100%; height:440px; overflow:hidden; margin:40px auto; padding:0; background:url(../images/bg_weixin.jpg) center center no-repeat; background-size:cover;}
.lx_ewm span {display:block; width:100%;height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:32px; text-align:center; margin:80px auto 0; padding:0;}
.lx_ewm p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:16px; text-align:center; margin:0 auto; padding:0;}
.lx_ewm img { display:block; width:160px; height:160px; overflow:hidden; margin:40px auto; padding:0;}
.lx_dz { width:97%; overflow:hidden; margin:30px auto 0; padding:1%;border:1px solid #d9d9d9;}
.lx_dz .dz_map { width:100%; overflow:hidden;height:350px;margin:0 auto;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.ly_contact .lxfs{margin: 40px auto 0px;}
	.lx_ewm span{font-size:24px;}
}
@media screen and (max-width:767px) {
	.ly_contact .lxfs{margin: 40px auto 0px;}
	.lx_ewm span{font-size:24px;margin: 40px auto 0;}
	.lxfs ul li{width:100%;border:1px solid #dedede;box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;margin-bottom:20px;}
	.lxfs ul li:nth-child(2n):before{display:none;}
	.lxfs ul li:nth-child(2n):after{display:none;}
	.lx_ewm{margin: 20px auto;height: 360px;}
}

/*内页-产品详情 开始*/
.ly_NyProDetail { width:1200px; overflow:hidden; margin:0 auto 60px; padding:0;}

.ly_NyProDetail .lyNyProDetail_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyProDetail_con .ny_right { width:74%; overflow:hidden; margin:0; padding:0; float:right;}
.ny_right .lyNyProDetail_ConTit { margin:0 auto 30px; padding:0; border-bottom:2px solid #0063b9;}
.lyNyProDetail_ConTit p { width:80px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; text-align:center; background-color:#0063b9; margin:0 0 -1px; padding:0 20px;}

.ny_right .lyNyProDetail_ConText { width:100%; overflow:hidden; line-height: 28px; color: #555; font-size: 14px; margin:0 auto 30px; padding:0;}
.lyNyProDetail_ConText img, .lyNyProDetail_ConText table, 
.lyNyProDetail_ConText tr, .lyNyProDetail_ConText td, 
.lyNyProDetail_ConText p, .lyNyProDetail_ConText span, 
.lyNyProDetail_ConText div, .lyNyProDetail_ConText video, .lyNyProDetail_ConText embed { width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%; line-height: 28px; color: #555; font-size: 14px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;margin: 0 !important;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.lyNyProDetail_ConText table tr td p { text-indent:0!important;}
.lyNyProDetail_ConText img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyProDetail { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyProDetail { width:96%; margin:0 auto 50px;}
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .ny_right { width:71%;}
	.ny_right .lyNyProDetail_ConTit { margin:0 auto 25px; padding:0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyProDetail { width:96%; margin:0 auto 40px;}
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .ny_right { width:100%;}
	.ny_right .lyNyProDetail_ConTit { margin:0 auto 20px; padding:0;}
}
@media (max-width: 767px) {
	.ly_NyProDetail { width:94%; margin:0 auto 40px;}
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .ny_right { width:100%;}
	.ny_right .lyNyProDetail_ConTit { margin:0 auto 20px; padding:0;}
	.ny_right .lyNyProDetail_ConText { max-height:99999999999999999999999px;}
	.lyNyProDetail_ConText div { max-height:99999999999999999999999px;}
}

.pro_detail_main { width:100%; height:auto; margin: 0 auto 40px; padding: 0; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:53%; min-height:360px; overflow: hidden; margin: 0; padding: 0 0 80px; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #32353a; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:130px; overflow:hidden; margin:20px auto; padding:15px 20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-size:14px; text-align: justify; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 0 auto; padding: 0;}
.pro_detail_text ul li { width:100%; height:32px; overflow: hidden; line-height: 32px; color: #888; font-size: 14px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0;}
.pro_detail_text ul li img { display:block; width:16px; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left;}
.pro_detail_text ul li span { color:#333;}
.pro_detail_text .pro_detail_btn { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:0;}
.pro_detail_btn a { display:block; width: 48%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #aaa;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #0063b9;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #565656;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #0063b9;}

/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 440px; margin: 0; padding: 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:70px; margin-top:10px; overflow:hidden;}
#spec-left { width:16px; height:70px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:70px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:70px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #eaeaea; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #0063b9;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:360px; overflow:hidden; padding:0; border:1px solid #eaeaea; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.pro_detail_main { width:100%; padding:0;}
	.prodetail_img { width:45%; position:inherit;float: left;}
	#preview, #spec-n5, #spec-list, .jqzoom { width:100%;}
	.pro_detail_main .pro_detail_text { width:52%;}
	.pro_detail_text .pro_detail_btn { width:100%;}
	.zoomdiv { left:104%!important;}	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.pro_detail_main { width:100%; margin: 25px auto;}
	.prodetail_img { width:100%; height:auto; margin:0 0 20px;}
	#preview { width:100%;}
	.jqzoom { width:100%;height: 285px;}
	.pro_detail_main .pro_detail_text { width:100%;padding-top:0;height: auto;min-height:260px; padding-bottom:48px;}
	.pro_detail_text h1 { font-size:22px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto; padding: 12px 16px; height:auto;}
	.pro_detail_text ul { overflow:hidden; margin: 10px auto;}
	.pro_detail_text ul li { font-size:14px; margin: 6px auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a { height:48px; line-height:48px; width:48%; font-size:16px;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 0 0;}
	#spec-n5 { width:100%;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}
@media (max-width:767px) {
	.pro_detail_main { width:100%; margin: 20px auto;}
	.prodetail_img { width:100%; height:auto; margin:0 auto 20px;}
	#preview { width:100%;}
	.jqzoom { width:100%;height: 285px;}
	#spec-list ul li { height:54px;}
	.pro_detail_main .pro_detail_text { width:100%; padding-top:0; height: auto;min-height:260px; padding-bottom:48px;}
	.pro_detail_text h1 { font-size:22px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto;padding: 12px;height:auto;}
	.pro_detail_text ul { overflow:hidden; margin: 10px auto;}
	.pro_detail_text ul li { font-size:14px; margin: 4px auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a { height:48px; line-height:48px; width:48%; font-size:16px;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 0 0;}
	#spec-n5 { width:100%; height:auto;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}
/*内页-产品详情 结束*/

/*内页荣誉资质列表*/
.ny_honor_list li{width:22.75%;margin-right:3%;margin-bottom:25px;transition:all .3s;float:left;}
.ny_honor_list li:nth-child(4n){margin-right:0;}
.ny_honor_list li .pic{display:block;height:240px;border:1px solid #DDDDDD;border-bottom:0;text-align:center;position:relative;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;overflow:hidden;}
.ny_honor_list li .pic:after{content:'';display:block;opacity:0; width:100%;height:100%;background:rgba(0, 71, 157,.8) url(../images/pro_hover.png) 10% center no-repeat;position:absolute;top:0;left:0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.ny_honor_list li .pic img{max-width:95%;max-height:95%;vertical-align:middle;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .6s;transition: all .6s;}
.ny_honor_list li .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_honor_list li .tlt{display:block;text-align:center;height:45px;line-height:45px;color:#fff;background:#b8b8b8; font-size:15px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;padding:0 5%;}
.ny_honor_list li:hover .tlt{color:#fff;background:#0063b9;}
.ny_honor_list li:hover .pic{border:1px solid rgb(0, 71, 157,.8);border-bottom:0;}
.ny_honor_list li:hover .pic:after{opacity:1;background:rgba(0, 71, 157,.8) url(../images/pro_hover.png) center center no-repeat;}
.ny_honor_list li:hover .pic img{transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
.xq_himg{display:block;width:100%;height:400px;text-align:center;margin-bottom:40px;}
.xq_himg img{max-width:95%;max-height:95%;vertical-align:middle;}
.xq_himg .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ny_honor_list li .pic{height:186px;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.ny_honor_list li .pic{height:140px;}
	.ny_honor_list li .tlt{height:36px;line-height:36px;font-size:14px;}
	.ny_honor_list li{margin-bottom:18px;}
}
@media screen and (max-width:767px) {
	.ny_honor_list li{width:48.5%;}
	.ny_honor_list li:nth-child(2n){margin-right:0;}
	.ny_honor_list li:nth-child(3n){margin-right:3%;}
	.ny_honor_list li:nth-child(6n){margin-right:0;}
	.ny_honor_list li .pic{height:160px;}
	.ny_honor_list li .tlt{height:40px;line-height:40px;font-size:14px;}
	.xq_himg{height:300px;}
}

/*内页-在线留言 开始*/
.ly_NyOrder { width:1200px; overflow:hidden; margin:0 auto 60px; padding:0;}
.ly_msg { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg h3 { display: none!important;}
.ly_msg ul { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg ul li { width: 100%; overflow: hidden; line-height: 44px; margin: 0 auto 30px!important; padding: 0; color: #999; font-size: 14px;}
.ly_msg ul li:last-child { margin:0 auto!important;}
.ly_msg ul li h4 { width: 12%!important; height: 44px!important; overflow: hidden; line-height: 44px!important; margin: 0; padding: 0 12px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px;float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_tara { width: 88%!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt2 { height: 44px!important; }
.ly_msg ul li .msg_ipt12 { width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input { height: 44px!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri !important;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea { font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important; outline: none!important; resize: none!important;}

.ly_msg ul li .msg_ipt1 #selPvc { height: 44px!important; line-height: 44px!important; color: #666!important; font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; padding: 0 15px!important; outline: none!important; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 160px!important;}
.ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding: 0; float: left;}
.ly_msg ul li a.yzm_img {display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left;}
.ly_msg ul li a.yzm_img { width: 120px!important; height: 44px!important;}
.ly_msg ul li a.yzm_img img { display: block; width: 100%!important; height: 100%!important;}
.ly_msg ul li .msg_btn { width: 83%; overflow: hidden; margin: 0 auto; padding: 0; float: left;}
.ly_msg ul li .msg_btn { width: 88%!important;}
.msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 0 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.msg_btn input { width: 160px!important; height: 44px!important; line-height: 44px!important; color: #fff!important; font-size: 15px!important; text-align: center!important; border: none!important; background-color: #0063b9!important; cursor: pointer!important;}
.msg_btn input:last-child { background-color: #bbb!important;}
.msg_btn input:hover { background-color:#0063b9!important;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyOrder { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyOrder { width:96%; margin:0 auto 50px;}
	.ly_msg ul li { margin: 0 auto 25px!important;}
	.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 140px!important;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyOrder { width:96%; margin:0 auto 40px;}
	.ly_msg ul li { margin: 0 auto 20px!important;}
	.ly_msg ul li h4 { width:12%!important;}
	.ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara, .ly_msg ul li .msg_btn { width: 88%!important;}
}
@media (max-width: 767px) {
	.ly_NyOrder { width:94%; margin:20px auto;}
	.ly_msg ul li { margin: 0 auto 20px!important;}
	.ly_msg ul li h4 { display:none!important;}
	.ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara, .ly_msg ul li .msg_btn { width: 100%!important; float:inherit!important;}
	.msg_btn input { width:48%!important; margin:0 4% 0 0!important;}
	.msg_btn input:last-child { margin:0!important;}
	.ly_msg ul li a.yzm_img { float:inherit!important;}
	.ly_msg ul li span { display:block; line-height:24px; margin:10px 0 0;}
}
@media (max-width: 320px) {
	.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width:150px!important;}
	.ly_msg ul li span { line-height:24px; margin:10px 0 0;}
}

/*内页资料下载页*/
.ny_downlist li{height:50px;line-height:50px;background:#f4f4f4;margin-bottom:20px;padding:0 2%;}
.ny_downlist li a{display:block;width:70%;float:left;font-size:14px;color:#333;padding-left:3%;background:url(../images/down_icon.png) left center no-repeat;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_downlist li span{display:block;width:20%;float:right;font-size:14px;color:#777;text-align:right;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_downlist li span:before{content:'';display:inline-block;width:16px;height:16px;background:url(../images/time.png) center center no-repeat; vertical-align:middle;margin-top:-4px;margin-right:5px;}
.ny_downlist li:hover{background: #0063b9;}
.ny_downlist li:hover a{color:#fff;background:url(../images/down_icon2.png) left center no-repeat;}
.ny_downlist li:hover span{color:#fff;}
.ny_downlist li:hover span:before{background:url(../images/time2.png) center center no-repeat;}
.down_wj{padding-bottom:20px;text-align:center;}
.down_wj a{display:inline-block;width:120px;height:40px;line-height:40px;text-align:center;font-size:15px;border:1px solid #999;margin:0 auto;color:#555;}
.down_wj a:hover{border:1px solid #0063b9 ;background:#0063b9 ;color:#fff;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ny_downlist li a{padding-left:4%;}
} 
@media (max-width: 767px) {
	.ny_downlist li{margin-bottom:12px;}
	.ny_downlist li a{padding-left:8%;width: 60%;}
	.ny_downlist li span{width:30%;}
}

.ny_honor_list{ min-height:200px;}

/*右侧漂浮*/
.pf_new{width:166px;position: fixed;right: 20px;top: 200px;z-index: 99999;}
.pf_new .hd{width:100%;background:#00479d url(../images/pf_tlt_bg.png) right center no-repeat;text-align:center;border-radius:8px 8px 0 0;padding: 16px 0 14px;}
.pf_new .hd p{font-size:18px;font-weight:bold;color:#fff;text-align:center;}
.pf_new .hd span{display:block;font-size:14px;color:#fff;font-style:italic;margin-top:2px;}
.pf_new .hd em{display:block;width:15px;height:15px;background:url(../images/pf_close.png) center center no-repeat;position:absolute;top:10px;right:10px;cursor:pointer;transition: 0.5s;}
.pf_new .hd em:hover{-webkit-transform: rotate(90deg); -o-transform: rotate(90deg);-moz-transform: rotate(90deg);transform: rotate(90deg);}	
.pf_new .conn{width:100%;border-left:1px solid #dedede;border-right:1px solid #dedede;border-bottom:1px solid #dedede;background:#fff;padding:10px 10px;}
.pf_new .conn .lxr{border-bottom:1px dashed #dedede;padding-bottom:10px;}
.pf_new .conn .lxr a.zx { display: block; width: 80%; margin: 10px auto 0px; height: 34px; line-height: 34px; text-align: center;
    font-size: 14px; color: #fff; border-radius: 40px; cursor: pointer;background: #00479d url(../images/zx2.png) 17px center no-repeat;padding-left: 22px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.pf_new .conn .lxr p{text-align:center;font-size:14px;color:#555;margin-bottom:0;}
.pf_new .conn .lxr p img{vertical-align:middle;margin-top:-2px;margin-right:4px;}
.pf_new .conn .lxr a.qq{display:block;width:92px;height:22px;background:url(../images/pf_icon2.png) center center no-repeat;margin:5px auto 0;}
.pf_new .conn .tel{border-bottom:1px dashed #dedede;padding:0 0 10px;}
.pf_new .conn .tel p{text-align:center;font-size:14px;color:#555;}
.pf_new .conn .tel img{vertical-align:middle;margin-top:-2px;margin-right:4px;}
.pf_new .conn .tel span{display:block;font-size:18px;font-weight:bold;color:#ff6b26;text-align:center;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;padding-top:6px;}
.pf_new .conn .wx{padding:10px 0;}
.pf_new .conn .wx p{width:88px;height:88px;background:url(../images/pf_code_bg.jpg) center center no-repeat;margin:0 auto;text-align:center;}
.pf_new .conn .wx p img{width:80px;height:80px;vertical-align:middle;}
.pf_new .conn .wx p .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.pf_new .conn .wx span{display:block;text-align:center;font-size:12px;color:#999;margin-top:5px;}
.pf_new .conn .wx span em{font-style:normal;color:#ff6b26;}
.pf_new .bd{display:none;}
.pf_new .bd a{display:block;padding:10px 0;background:#fff;color:#555;font-size:14px;vertical-align:middle;text-align:center;border:1px solid #dedede;border-top:0;}
.pf_new .bd a p{height:20px;background:url(../images/pf_icon4.png) center center no-repeat;}
.pf_new .bd a span{display:block;text-align:center;padding-top:5px;}
.pf_new .bd a:hover{background:#00479d;color:#fff;width:100%;border:0;}
.pf_new .bd a:hover p{background:url(../images/pf_icon4_2.png) center center no-repeat;}
.pf_new_bx{width:40px;height:134px;background:#ff7802 url(../images/pf_tlt_bg2.png) bottom center no-repeat;border-radius:4px 0 0 4px;position:fixed;right:0;top:200px;z-index:99999;padding-top:5px;cursor:pointer;display:none;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.pf_new_bx p{height:17px;background:url(../images/pf_icon5.png) center center no-repeat;animation:pulse 2s infinite;-webkit-animation:pulse 2s infinite;}
@-webkit-keyframes pulse{0%{-webkit-transform: translate(0, 0); transform: translate(0, 0);} 50%{-webkit-transform: translate(0, 10px); transform: translate(0, 10px);} 100%{-webkit-transform:translate(0, 0); transform: translate(0, 0);} }
@keyframes pulse{0%{-webkit-transform: translate(0, 0); transform: translate(0, 0);} 50%{-webkit-transform: translate(0, 10px); transform: translate(0, 10px);} 100%{-webkit-transform: translate(0, 0); transform: translate(0, 0);} }
.pf_new_bx span{font-size:17px;color:#fff;line-height:21px;font-weight:bold;text-align:center;display:block;padding-top:10px;}
.pf_new_bx em{display:block;height:19px;background:url(../images/pf_icon6.png) center center no-repeat;}
.pf_new_bx:hover{background:#ffa126 url(../images/pf_tlt_bg2.png) bottom center no-repeat;}
@media screen and (max-width:1023px) and (min-width:768px) {
 .pf_new,.pf_new_bx{ display:none;}
}
@media (max-width:767px) {
 .pf_new,.pf_new_bx{ display:none;}
	}
	/*一键拨打功能*/
	
@media (min-width: 1024px) {
.suspension{ display:none}
}
.suspension {position: fixed; z-index: 55; right: 0;bottom: 85px; width: 70px; height: 240px;z-index: 9999;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:54px;height:54px;background-color:#353535;cursor:pointer;outline:none;}
.suspension .a, .suspension .a:hover {border-radius: 50px; background-image: linear-gradient(to top right, #1475cf, #2f98f4); opacity: 0.9; margin-bottom: 15px;}
.suspension .a .i{float:left;width:54px;height:54px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
.suspension .a-service-phone .i{background-image: url(../images/suspension-bgxin.png);background-position: 10px 7px;width: 45px;height: 45px; margin-left:0; margin-top:0;}
.suspension .a-top{ display:none;}
.suspension .a-top .i{background-position: -127px 5px;}
.suspension .a-top,.suspension .a-top:hover{background-image: linear-gradient(to top right, #ff6b26, yellow);}

/*内页搜索*/
.ny_banner .w1200{ height:100%; position:relative;}
.ny_banner .ss{ width:30% !important;height:54px; background:#fff;overflow: hidden;padding: 0; position:absolute; right:0; bottom:20px;}
.ny_banner .sc_ipt input{display: block;width: 100%;height: 54px;overflow: hidden;line-height: 36px;color: #999;font-size: 15px;white-space: nowrap;text-overflow: ellipsis;background: url(../images/ss_sj.png) 25px center no-repeat;outline: none;border: 0;margin: 0;padding: 0 9px 0 45px;}
.ny_banner .sc_btn {width: 80px;height:54px;overflow: hidden; margin: 0; padding: 0;position: absolute; top: 0; right: 0;}
.ny_banner .sc_btn input{display: block;width: 100%;height: 100%;overflow: hidden;background: #0e48b3 url(../images/ss_dsj2.png) center no-repeat;outline: none;border: 0;margin: 0;}
@media screen and (max-width:1399px){
	.ny_banner .ss{ width:50% !important;}
}
@media screen and (max-width:767px){
	.ny_banner .ss{ width:90% !important;height:46px; top:35%;}
	.ny_banner .sc_ipt input{height: 46px;font-size: 14px;}
	.ny_banner .sc_btn {width:70px;height:46px;}
	.ny_banner .sc_btn input{ background-size:20px 20px;}
}


